PreRenderEventArgs
The PreRenderEventArgs
class extends BaseEventArgs and represents event arguments for pre-render events.
Properties
Name | Description |
---|---|
ResponseParameters | The response parameters associated with the event. |
Cancel | Indicates whether the rendering process should be canceled. |
ChangedProperties | A dictionary containing properties that have changed before rendering. |
Constructors
Name | Description |
---|---|
PreRenderEventArgs() | Initializes a new instance of the PreRenderEventArgs class. |